home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / Open Kart / data1.cab / Level_0_English_Data / menu_arcade_championnat.txt < prev    next >
Encoding:
Text File  |  2001-05-10  |  16.2 KB  |  923 lines

  1. ;//****************** ARCADE CHAMPIONNAT (C4) *******************
  2. new Container
  3. {
  4.     name "container_arcade_championnat"
  5.     z 1
  6.  
  7.     background "data/menus/i_bg_arcade_640_0.nif"
  8.  
  9.     on_idle ActionIdleManager
  10.     {
  11.         ;eMENU_AR_CHAMPIONNAT
  12.         current_menu 1016
  13.     }    
  14.     
  15.     
  16.     new MenuButton
  17.     {
  18.         name "titre_fenetre_carriere_champ"
  19.         x 0.749
  20.         y 0.85
  21.         size_x 0.25
  22.         size_y 0.163
  23.         text "Arcade"
  24.         text_size 0.45
  25.         text_initial_color <0,0.66,1,1>
  26.         normal_image "data/menus/i_titre_bouton.nif"
  27.         highlight_image ""
  28.     }
  29.     new MenuButton
  30.     {
  31.         ;//background_classe_championnat
  32.         x 0.795
  33.         y 0.70
  34.         z 0.9
  35.         size_x 0.17
  36.         size_y 0.1
  37.         normal_image "data/menus/i_carre_listbox.nif"
  38.         highlight_image ""
  39.     }
  40.     new MenuButton
  41.     {
  42.         ;//background_tempΘrature
  43.         x 0.235
  44.         y 0.488
  45.         z 0.9
  46.         size_x 0.21
  47.         size_y 0.20
  48.         normal_image "data/menus/i_carre_listbox.nif"
  49.         highlight_image ""
  50.     }
  51.     new MenuButton
  52.     {
  53.         ;// Championnat
  54.         x 0.012
  55.         y 0.85
  56.         text "Championship"
  57.         text_initial_color <0,0.66,1,1>
  58.         highlight_image ""
  59.     }
  60.     new MenuButton
  61.     {
  62.         ;// Config du kart
  63.         x 0.012
  64.         y 0.75
  65.         text "Kart"
  66.         text2 "Setup"
  67.  
  68. ;        warp_to "container_arcade_champ_config_kart"
  69.         change_script "menu_arcade_championnat.txt"
  70.         change_container "container_arcade_champ_config_kart"
  71.         change_nofade "true"
  72.     }
  73.     new MenuButton
  74.     {
  75.         ;// Classement fin de course
  76.         x 0.015
  77.         y 0.65
  78.         text "Ranking"
  79.  
  80. ;        warp_to "container_championnat_classement_general"
  81.         change_script "menu_arcade_championnat.txt"
  82.         change_container "container_championnat_classement_general"
  83.         change_nofade "true"
  84.     }
  85.  
  86.     new FastFont
  87.     {
  88.         ;// 100cc
  89.         name "font_class_championnat"
  90.         x 0.88
  91.         y 0.735
  92.         auto_center 1
  93.         ratio 0.27 ;0.5
  94.         text " "
  95.         initial_color <1,1,1,1>
  96.     }
  97.     ;// ATTENTION - TOUT CE QUI SUIT ET QUI CONCERNE LES INFOS SUR LA MAP
  98.     ;// DOIVENT ETRE PAREILLE A L'ECRAN A6
  99.     new Button
  100.     {
  101.         ;// Arcade - Pour les info de Map
  102.         x 0.17
  103.         y 0.75 ;0.71
  104.         size_x 0.35
  105.         size_y 0.21
  106.         state_normal ActionAnimableImage
  107.         {
  108.             list ("data/menus/i_arcade_ovale.nif")
  109.         }
  110.     }
  111.     new FastFont
  112.     {
  113.         ;// Titre de la map dans le haut
  114.         name "champ_map_preview_text"
  115.         x 0.34 ;0.195
  116.         y 0.865 ;0.824
  117.         auto_center 1
  118.         ratio 0.27
  119.         text "Circuit classique"
  120.         initial_color <1,1,1,1>
  121.     }
  122.     new FastFont
  123.     {
  124.         ;// Commentaire.. explication... sais pas ?
  125.         name "champ_map_preview_comment"
  126.         x -2.0 ;0.33
  127.         y -2.0 ;0.752
  128.         ratio 0.27        
  129.         text "Courte"
  130.         initial_color <1,1,1,1>
  131.     }
  132.     new Button
  133.     {
  134.         ;// Map preview
  135.         name "champ_map_preview_button"
  136.         x 0.51
  137.         y 0.75 ;0.675
  138.         z 0.9
  139.         size_x 0.26 ;0.29
  140.         size_y 0.19 ;0.22
  141.     }
  142.     new List
  143.     {
  144.         name "arcade_champ_liste"
  145.         x 0.45 ;0.45
  146.         y 0.39 ;0.35
  147.         z 0.9
  148.         size_x 0.52
  149.         size_y 0.3
  150.         background "data/menus/i_carre_listbox.nif"
  151.  
  152.         ArrowUpFile "data/menus/i_progress_fleche_haut.nif"
  153.         ArrowDownFile "data/menus/i_progress_fleche_bas.nif"
  154.         SliderFile "data/menus/i_progress_bouton.nif"
  155.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  156.         ArrowUpFileSelect "data/menus/i_progress_fleche_haut_select.nif"
  157.         ArrowDownFileSelect "data/menus/i_progress_fleche_bas_select.nif"
  158.  
  159.         selection_type 4
  160.         display_type 0 
  161.     }
  162.     new Button
  163.     {
  164.         ;// Race selector (Blue circle)
  165.         x 0.48
  166.         y 0.17
  167.         z 0.9
  168.         size_x 0.3
  169.         size_y 0.17
  170.  
  171.         state_normal ActionAnimableImage
  172.         {
  173.             list ("data/menus/i_ovale_start.nif")
  174.         }
  175.     }
  176.     new FastFont
  177.     {
  178.         ;// Pratique
  179.         name "piton_career_pratique"
  180.         x 0.593
  181.         y 0.272
  182.         ratio 0.25
  183.         text "Training"
  184.         initial_color <0.99,0.61,0,1>
  185.         over_color <0,0.66,1,1>
  186.  
  187.         on_click ActionStateManagerInterface
  188.         {
  189.             ;eARCADE_PRATIQUE
  190.             request_type 2015
  191.         }
  192.     }
  193.     new FastFont
  194.     {
  195.         ;// Qualifications
  196.         name "piton_arcade_qualifs"
  197.         x 0.593
  198.         y 0.239
  199.         ratio 0.25
  200.         text "Qualifications"
  201.         initial_color <0.99,0.61,0,1>
  202.         over_color <0,0.66,1,1>
  203.  
  204.         on_click ActionStateManagerInterface
  205.         {
  206.             ;eARCADE_CS_QUALIF
  207.             request_type 2013
  208.         }
  209.     }
  210.     new FastFont
  211.     {
  212.         ;// Course
  213.         name "piton_career_course"
  214.         x 0.593
  215.         y 0.206
  216.         ratio 0.25
  217.         text "Race"
  218.         initial_color <0.99,0.61,0,1>
  219.         over_color <0,0.66,1,1>
  220.  
  221.         on_click ActionStateManagerInterface
  222.         {
  223.             ;eARCADE_CS_COURSE
  224.             request_type 2012
  225.         }
  226.     }
  227.     new MenuButton
  228.     {
  229.         ;// Sauver/charger
  230.         x 0.862
  231.         y 0.15
  232.         text "Save/"
  233.         text2 "Load"
  234.  
  235.         change_script "menu_principal.txt"
  236.         change_container "container_general_sauver_charger"
  237.     }
  238.     new MenuButton
  239.     {
  240.         ;// Retour
  241.         x 0.74
  242.         y 0.07
  243.         text "Main"
  244.         text2 "Menu"
  245.  
  246.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  247.         state_manager "1200"
  248.     }
  249.     new FastFont
  250.     {
  251.         ;// Position qualifie
  252.         name "text_arcade_qualifie"
  253.         x 0.34 ;0.215
  254.         y 0.545 ;0.65
  255.         auto_center 1
  256.         ratio 0.27 ;0.3
  257.         text "Starting position"
  258.         initial_color <1,1,1,1>
  259.     }
  260.  
  261.  
  262.     new FastFont
  263.     {
  264.         ;// Position qualifie
  265.         name "text_arcade_pos_qualifie"
  266.         x 0.34 ;0.215
  267.         y 0.51 ;0.61
  268.         auto_center 1
  269.         ratio 0.23 ;0.3
  270.         text "1st"
  271.         initial_color <0,0.66,1,1>
  272.     }
  273.     new FastFont
  274.     {
  275.         ;// Temperature
  276.         x 0.34 ;0.32
  277.         y 0.635 ;0.55
  278.         auto_center 1
  279.         ratio 0.27 ;0.3
  280.         text "Weather Forecast"
  281.         initial_color <1,1,1,1>
  282.         auto_center 1
  283.     }
  284.     new FastFont
  285.     {
  286.         ;// Temperature
  287.         name "carriere_temp"
  288.         x 0.34
  289.         y 0.60
  290.         ratio 0.23
  291.         text "20 degres"
  292.         initial_color <0,0.66,1,1>
  293.         auto_center 1
  294.     }
  295.     new FastFont
  296.     {
  297.         ;// Nombre de tours
  298.         name "text_arcade_nbtours"
  299.         x 0.365
  300.         y 0.793
  301.         ratio 0.27
  302.         text "6000"
  303.         initial_color <1,1,1,1>
  304.         auto_center 1
  305.     }
  306. }
  307. ;//****************** ARCADE CHAMP CONFIG KART (A2) ***************************
  308. new Container
  309. {
  310.     name "container_arcade_champ_config_kart"
  311.     z 1
  312.  
  313.     background "data/menus/i_bg_arcade_640_0.nif"
  314.  
  315.     on_idle ActionIdleManager
  316.     {
  317.         current_menu 1000 
  318.     }        
  319.     
  320.     new MenuButton
  321.     {
  322.         name "titre_fenetre_arcade_champ"
  323.         x 0.749
  324.         y 0.85
  325.         size_x 0.25
  326.         size_y 0.163
  327.         text "Arcade"
  328.         text_size 0.45
  329.         text_initial_color <0,0.66,1,1>
  330.         normal_image "data/menus/i_titre_bouton.nif"
  331.         highlight_image ""
  332.     }
  333.     new MenuButton
  334.     {
  335.         ;// Config kart
  336.         x 0.012
  337.         y 0.75
  338.         size_x 0.13
  339.         size_y 0.08
  340.         text_initial_color <0,0.66,1,1>
  341.         text "Kart"
  342.         text2 "Setup"
  343.         highlight_image ""
  344.     }
  345.     new MenuButton
  346.     {
  347.         ;// Championnat
  348.         x 0.012
  349.         y 0.85
  350.         text "Championship"
  351.  
  352.         ;eARCADECH_DONE_CONFIG_GOTO_CHAMP
  353.         state_manager "2019"
  354.     }
  355.     new MenuButton
  356.     {
  357.         ;// Classement 
  358.         x 0.015
  359.         y 0.65
  360.         text "Ranking"
  361.         
  362.         ;eARCADE_DONE_CONFIG_GOTO_CHAMP
  363.         state_manager "2020"
  364.     }
  365.     new MenuButton
  366.     {
  367.         ;// Retour
  368.         x 0.74
  369.         y 0.07
  370.         text "Main"
  371.         text2 "Menu"
  372.  
  373.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  374.         state_manager "1200"
  375.     }
  376.     new FastFont
  377.     {
  378.         name "his_name"
  379.         x 0.5275
  380.         y 0.858
  381.         ratio 0.28
  382.         initial_color <1,1,1,1>
  383.         auto_center 1
  384.     }
  385.  
  386.     new MenuButton
  387.     {
  388.         name "background_name"
  389.         x 0.4025
  390.         y 0.85
  391.         z 0.9
  392.         size_x 0.24
  393.         size_y 0.05
  394.         normal_image "data/menus/i_carre_listbox.nif"
  395.         highlight_image ""
  396.     }
  397.     new FastFont
  398.     {
  399.         name "his_name"
  400.         x 0.5225
  401.         y 0.858
  402.         ratio 0.28
  403.         initial_color <1,1,1,1>
  404.         auto_center 1
  405.     }
  406.     new MenuButton
  407.     {
  408.         name "background_apparence"
  409.         x 0.4025
  410.         y 0.71
  411.         z 0.9
  412.         size_x 0.24
  413.         size_y 0.13
  414.         normal_image "data/menus/i_carre_listbox.nif"
  415.         highlight_image ""
  416.     }
  417.      new FastFont
  418.     {
  419.         ;// Apparence
  420.         x 0.527
  421.         y 0.775
  422.         ratio 0.25
  423.         text "Skin"
  424.         auto_center 1
  425.         initial_color <1,1,1,1>
  426.     }
  427.     new MenuButton
  428.     {
  429.         ;// Previous apparence arrow
  430.         x 0.41
  431.         y 0.75
  432.         size_x 0.05
  433.         size_y 0.05
  434.  
  435.         normal_image "data/menus/i_triangle_orange.nif"
  436.         highlight_image "data/menus/i_triangle_bleu.nif"
  437.         ;// eSKIN_PREVIOUS
  438.         state_manager "48"
  439.     }
  440.     new MenuButton
  441.     {
  442.         ;// Next apparence arrow
  443.         x 0.581
  444.         y 0.75
  445.         size_x 0.05
  446.         size_y 0.05
  447.  
  448.         normal_image "data/menus/i_triangle_orange_flip.nif"
  449.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  450.         ;// eSKIN_NEXT
  451.         state_manager "49"
  452.     }
  453.     new Button
  454.     {
  455.         ;// Perso ovals
  456.         name "carriere_perso_preview"
  457.         x 0.195
  458.         y 0.50
  459.         size_x 0.20
  460.         size_y 0.39
  461.  
  462.         state_normal ActionAnimableImage
  463.         {
  464.             list ("data/menus/i_fond_pilote.nif")
  465.         }
  466.  
  467.         on_idle ActionRotate3DObject
  468.         {
  469.             x -56.0
  470.             y 10.0
  471.             z 250.0
  472.             tick 0.0
  473.             tick_offset 0.9
  474.             angle 1.57
  475.             scale 0.8
  476.             tilt_amplitude 0.0
  477.             tilt_speed 0.0
  478.             axis_rotation 2
  479.         }
  480.     }
  481.     new Button
  482.     {
  483.         ;// Kart ovals
  484.         name "carriere_kart_preview"
  485.         x 0.40
  486.         y 0.36
  487.         size_x 0.245
  488.         size_y 0.335
  489.  
  490.         state_normal ActionAnimableImage
  491.         {
  492.             list ("data/menus/i_fond_kart_single.nif")
  493.         }
  494.  
  495.         on_idle ActionRotate3DObject
  496.         {
  497.             x 7.5
  498.             y 10.0
  499.             z 250.0
  500.             tick 0.16
  501.             angle -0.6
  502.             scale 15.0
  503.             tilt_amplitude 0.1
  504.             tilt_speed 0.4
  505.         }
  506.     }
  507.     new MenuButton
  508.     {
  509.         name "background_numΘro_kart"
  510.         x 0.646
  511.         y 0.71
  512.         z 0.9
  513.         size_x 0.17
  514.         size_y 0.13
  515.         normal_image "data/menus/i_carre_listbox.nif"
  516.         highlight_image ""
  517.     }
  518.     new FastFont
  519.     {
  520.         ;// Numero
  521.         x 0.70
  522.         y 0.8
  523.         ratio 0.25        
  524.         text "Number"
  525.         initial_color <1,1,1,1>
  526.     }
  527.     new TextBox
  528.     {
  529.         name "carriere_kart_number"
  530.         x 0.7125
  531.         y 0.74
  532.         size_x 0.036
  533.         size_y 0.04
  534.         keepFocusOnEnter 1
  535.  
  536.         initial_image "data/menus/i_textbox_carre.nif"
  537.         cursor_image "Data/menus/i_texte_curseur.nif"
  538.  
  539.         text_x 0.12
  540.         text_y 0.03
  541.         text_size_x 0.94
  542.         
  543.         char_ratio_x 0.3
  544.         initial_color <0.99,0.61,0,1>
  545.         select_color <1,1,0,1>
  546.         over_color <0,0.66,1,1>
  547.     }
  548.     new FastFont
  549.     {
  550.         ;//Classe
  551.         name "carriere_font_class_config_initial"
  552.         x 0.52
  553.         y 0.74
  554.         auto_center 1
  555.         ratio 0.25
  556.         initial_color <1,1,1,1>
  557.     }
  558.  
  559.     ;// Tous les items concernant la configuration proviennent du menu 'menu_arcade_config_kart.txt'
  560.     new MenuButton
  561.     {
  562.         name "background_configuration"
  563.         x 0.645
  564.         y 0.36
  565.         z 0.9
  566.         size_x 0.35
  567.         size_y 0.34
  568.         normal_image "data/menus/i_carre_listbox.nif"
  569.         highlight_image ""
  570.     }
  571.     new FastFont
  572.     {
  573.         ;// Configuration
  574.         name "NumeroConfig"
  575.         auto_center 1
  576.         x 0.825
  577.         y 0.655
  578.         ratio 0.25
  579.         text "Setup"
  580.         initial_color <1,1,1,1>
  581.     }
  582.     new MenuButton
  583.     {
  584.         ;// Previous config arrow
  585.         x 0.715
  586.         y 0.65
  587.         size_x 0.04
  588.         size_y 0.04
  589.  
  590.         normal_image "data/menus/i_triangle_orange.nif"
  591.         highlight_image "data/menus/i_triangle_bleu.nif"
  592.  
  593.         ;// eCONFIGKART_PREVIOUS
  594.         state_manager "51"
  595.     }
  596.     new MenuButton
  597.     {
  598.         ;// Next config arrow
  599.         x 0.895
  600.         y 0.65
  601.         size_x 0.04
  602.         size_y 0.04
  603.  
  604.         normal_image "data/menus/i_triangle_orange_flip.nif"
  605.         highlight_image "data/menus/i_triangle_bleu_flip.nif"
  606.  
  607.         ;// eCONFIGKART_NEXT
  608.         state_manager "52"
  609.     }
  610.     new FastFont
  611.     {
  612.         ;// Configuration Acceleration
  613.         name "arcade_cs_kart_config_acceleration"
  614.         x 0.665
  615.         y 0.615
  616.         ratio 0.23
  617.         text "Acceleration"
  618.         initial_color <1,1,1,1>
  619.     }
  620.     new FastFont
  621.     {
  622.         ;// Configuration Freinage
  623.         name "arcade_cs_kart_config_freinage"
  624.         x 0.665
  625.         y 0.575
  626.         ratio 0.23
  627.         text "Braking"
  628.         initial_color <1,1,1,1>
  629.     }
  630.     new FastFont
  631.     {
  632.         ;// Configuration Vitesse de pointe
  633.         name "arcade_cs_kart_config_vitesse_de_pointe"
  634.         x 0.665
  635.         y 0.535
  636.         ratio 0.23
  637.         text "Top Speed"
  638.         initial_color <1,1,1,1>
  639.     }
  640.     new FastFont
  641.     {
  642.         ;// Configuration Adherence
  643.         name "arcade_cs_kart_config_adherence"
  644.         x 0.665
  645.         y 0.495
  646.         ratio 0.23
  647.         text "Grip"
  648.         initial_color <1,1,1,1>
  649.     }
  650.     new FastFont
  651.     {
  652.         ;// Configuration Sous-virage
  653.         name "arcade_cs_kart_config_sous_virage"
  654.         x 0.665
  655.         y 0.455
  656.         ratio 0.23
  657.         text "Understeer"
  658.         initial_color <1,1,1,1>
  659.     }
  660.     new FastFont
  661.     {
  662.         ;// Configuration Survirage
  663.         name "arcade_cs_kart_config_survirage"
  664.         x 0.665
  665.         y 0.415
  666.         ratio 0.23
  667.         text "Oversteer"
  668.         initial_color <1,1,1,1>
  669.     }
  670.     new FastFont
  671.     {
  672.         ;// Configuration Rigidite
  673.         name "arcade_cs_kart_config_rigidite"
  674.         x 0.665
  675.         y 0.375
  676.         ratio 0.23
  677.         text "Rigidity"
  678.         initial_color <1,1,1,1>
  679.     }
  680.     new ProgressBar
  681.     {
  682.         name "arcade_cs_pb_acceleration"
  683.         x 0.857
  684.         y 0.615
  685.         size_x 0.12
  686.         size_y 0.03
  687.         initial_image "data/menus/i_progress_contour.nif"
  688.         orientation_type 0
  689.         display_type 0
  690.         draw_text 0
  691.         bar_pos_x 0.859
  692.         bar_pos_y 0.62
  693.         bar_pos_size_x 0.117
  694.         bar_pos_size_y 0.02
  695.         bar_image "data/menus/i_progressbarr.nif"
  696.     }
  697.     new ProgressBar
  698.     {
  699.         name "arcade_cs_pb_freinage"
  700.         x 0.857
  701.         y 0.575
  702.         size_x 0.12
  703.         size_y 0.03
  704.         initial_image "data/menus/i_progress_contour.nif"
  705.         orientation_type 0
  706.         display_type 0
  707.         draw_text 0
  708.         bar_pos_x 0.859
  709.         bar_pos_y 0.58
  710.         bar_pos_size_x 0.117
  711.         bar_pos_size_y 0.02
  712.         bar_image "data/menus/i_progressbarr.nif"
  713.     }
  714.     new ProgressBar
  715.     {
  716.         name "arcade_cs_pb_vitesse_de_pointe"
  717.         x 0.857
  718.         y 0.535
  719.         size_x 0.12
  720.         size_y 0.03
  721.         initial_image "data/menus/i_progress_contour.nif"
  722.         orientation_type 0
  723.         display_type 0
  724.         draw_text 0
  725.         bar_pos_x 0.859
  726.         bar_pos_y 0.54
  727.         bar_pos_size_x 0.117
  728.         bar_pos_size_y 0.02
  729.         bar_image "data/menus/i_progressbarr.nif"
  730.     }
  731.     new ProgressBar
  732.     {
  733.         name "arcade_cs_pb_adherence"
  734.         x 0.857
  735.         y 0.495
  736.         size_x 0.12
  737.         size_y 0.03
  738.         initial_image "data/menus/i_progress_contour.nif"
  739.         orientation_type 0
  740.         display_type 0
  741.         draw_text 0
  742.         bar_pos_x 0.859
  743.         bar_pos_y 0.5
  744.         bar_pos_size_x 0.117
  745.         bar_pos_size_y 0.02
  746.         bar_image "data/menus/i_progressbarr.nif"
  747.     }
  748.     new ProgressBar
  749.     {
  750.         name "arcade_cs_pb_sous_virage"
  751.         x 0.857
  752.         y 0.455
  753.         size_x 0.12
  754.         size_y 0.03
  755.         initial_image "data/menus/i_progress_contour.nif"
  756.         orientation_type 0
  757.         display_type 0
  758.         draw_text 0
  759.         bar_pos_x 0.859
  760.         bar_pos_y 0.46
  761.         bar_pos_size_x 0.117
  762.         bar_pos_size_y 0.02
  763.         bar_image "data/menus/i_progressbarr.nif"
  764.     }
  765.     new ProgressBar
  766.     {
  767.         name "arcade_cs_pb_survirage"
  768.         x 0.857
  769.         y 0.415
  770.         size_x 0.12
  771.         size_y 0.03
  772.         initial_image "data/menus/i_progress_contour.nif"
  773.         orientation_type 0
  774.         display_type 0
  775.         draw_text 0
  776.         bar_pos_x 0.859
  777.         bar_pos_y 0.42
  778.         bar_pos_size_x 0.117
  779.         bar_pos_size_y 0.02
  780.         bar_image "data/menus/i_progressbarr.nif"
  781.     }
  782.     new ProgressBar
  783.     {
  784.         name "arcade_cs_pb_rigidite"
  785.         x 0.857
  786.         y 0.375
  787.         size_x 0.12
  788.         size_y 0.03
  789.         initial_image "data/menus/i_progress_contour.nif"
  790.         orientation_type 0
  791.         display_type 0
  792.         draw_text 0
  793.         bar_pos_x 0.859
  794.         bar_pos_y 0.38
  795.         bar_pos_size_x 0.117
  796.         bar_pos_size_y 0.02
  797.         bar_image "data/menus/i_progressbarr.nif"
  798.     }
  799.  
  800. }
  801.  
  802.  
  803. ;//*********** CHAMPIONSHIP CLASSEMENT GENERAL (C9) ********
  804. new Container
  805. {
  806.     name "container_championnat_classement_general"
  807.     z 1
  808.  
  809.     background "data/menus/i_bg_arcade_640_0.nif"
  810.  
  811.  
  812.     on_idle ActionIdleManager
  813.     {
  814.         current_menu 1017
  815.     }            
  816.     
  817.     
  818.     new MenuButton
  819.     {
  820.         name "titre_fenetre_arcade_classement_general"
  821.         x 0.749
  822.         y 0.85
  823.         size_x 0.25
  824.         size_y 0.163
  825.         text "Arcade"
  826.         text_size 0.45
  827.         text_initial_color <0,0.66,1,1>
  828.         normal_image "data/menus/i_titre_bouton.nif"
  829.         highlight_image ""
  830.     }
  831.     new MenuButton
  832.     {
  833.         ;// Championnat
  834.         name "piton_championnat_classement"
  835.         x 0.012
  836.         y 0.85
  837.         text "Championship"
  838.  
  839. ;        warp_to "container_arcade_championnat"
  840.         change_script "menu_arcade_championnat.txt"
  841.         change_container "container_arcade_championnat"
  842.         change_nofade "true"
  843.     }
  844.     new MenuButton
  845.     {
  846.         ;// Classements
  847.         x 0.015
  848.         y 0.65
  849.         text "Ranking"
  850.         text_initial_color <0,0.66,1,1>
  851.         highlight_image ""
  852.     }
  853.     new MenuButton
  854.     {
  855.         ;// Config du kart
  856.         x 0.012
  857.         y 0.75
  858.         text "Kart"
  859.         text2 "Setup"
  860.     
  861. ;        warp_to "container_arcade_champ_config_kart"
  862.         change_script "menu_arcade_championnat.txt"
  863.         change_container "container_arcade_champ_config_kart"
  864.         change_nofade "true"
  865.     }
  866.     new FastFont
  867.     {
  868.         ;// classe
  869.         name "arcade_classement_classe"
  870.         x 0.23
  871.         y 0.90
  872.         ratio 0.4
  873.         text " "
  874.         initial_color <1,1,1,1>
  875.     }
  876.     new MenuButton
  877.     {
  878.         ;// Sauver/charger
  879.         x 0.862
  880.         y 0.15
  881.         text "Save/"
  882.         text2 "Load"
  883.         change_script "menu_principal.txt"
  884.         change_container "container_general_sauver_charger"
  885.     }
  886.     new MenuButton
  887.     {
  888.         ;// Retour
  889.         x 0.74
  890.         y 0.07
  891.         text "Main"
  892.         text2 "Menu"
  893.  
  894.         ;eCHAMPIONSHIP_CONFIRM_RETURN
  895.         state_manager "1200"
  896.     }
  897.     new FastFont
  898.     {
  899.         ;// Title header
  900.         x 0.23
  901.         y 0.825 ;0.73
  902.         ratio 0.22
  903.         text "|Rank|Name|#|Pts|1st|2nd|3rd|Pole"
  904.         multi_column (0.0,0.055,0.25,0.07,0.08,0.08,0.08,0.08,0.08)
  905.     }    
  906.     new List
  907.     {
  908.         name "arcade_classement_list"
  909.         x 0.22
  910.         y 0.485
  911.         z 0.9
  912.         size_x 0.77
  913.         size_y 0.34
  914.         background "data/menus/i_carre_listbox.nif"
  915.         multi_column (0.04,0.25,0.08,0.08,0.08,0.08,0.08,0.08)
  916.  
  917.         SliderBackGndFile "data/menus/i_progress_bar.nif"
  918.  
  919.         selection_type 4
  920.         display_type 0 
  921.     }
  922. }
  923.